VBE - определение. Что такое VBE
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое VBE - определение

VIDEO BOARD SOFTWARE STANDARD
VBE; VESA BIOS Extension/Audio Interface; VESA BIOS Extension; VESA BIOS; VBE/AI; VBE/AF; VESA display modes; Vesa display modes; VESA driver; Screen modes; VESA-3; Super VGA BIOS Extension; VESA VGA; VESA VBE; VESA graphics

VBE         
VGA standard BIOS Extensions (Reference: VESA, VGA, BIOS)
VBE         
Visual BASIC Editor (Reference: MS, VB)
Rubber diode         
BASIC ELECTRONIC BUILDING BLOCK - A CTAT VOLTAGE SOURCE
Vbe multiplier; Bias servo
In electronics, a rubber diode or V multiplier is a bipolar junction transistor circuit that serves as a voltage reference. It consists of one transistor and two resistors, and the reference voltage across the circuit is determined by the selected resistor values and the base-to-emitter voltage (V) of the transistor.

Википедия

VESA BIOS Extensions

VESA BIOS Extensions (VBE) is a VESA standard, currently at version 3, that defines the interface that can be used by software to access compliant video boards at high resolutions and bit depths. This is opposed to the "traditional" INT 10h BIOS calls, which are limited to resolutions of 640×480 pixels with 16 colour (4-bit) depth or less. VBE is made available through the video card's BIOS, which installs during boot up some interrupt vectors that point to itself.

Most newer cards implement the more capable VBE 3.0 standard. Older versions of VBE provide only a real mode interface, which cannot be used without a significant performance penalty from within protected mode operating systems. Consequently, the VBE standard has almost never been used for writing a video card's drivers; each vendor has thus had to invent a proprietary protocol for communicating with its own video card. Despite this, it is common that a driver thunk out to the real mode interrupt in order to initialize screen modes and gain direct access to a card's linear frame buffer, because these tasks would otherwise require handling many hundreds of proprietary variations that exist from card to card.

In EFI 1.x systems, the INT 10H and the VESA BIOS Extensions (VBE) are replaced by the EFI UGA protocol. In widely used UEFI 2.x systems, the INT 10H and the VBE are replaced by the UEFI GOP.